[Chore][DEVX-571]: Move CI from CircleCI to Github Actions#1130
Conversation
- move all related CI-CD workflows from circleci to github actions
|
- add actions permission - add command to install example dependencies
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1130 +/- ##
=======================================
Coverage 97.45% 97.45%
=======================================
Files 83 83
Lines 1298 1298
Branches 347 347
=======================================
Hits 1265 1265
- Misses 27 29 +2
+ Partials 6 4 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- remove file option from codecov reporter
| using: composite | ||
|
|
||
| steps: | ||
| - name: Read .nvmrc |
There was a problem hiding this comment.
would it make sense to add the checkout step here also, as it would ensure that the .nvmrc is present
There was a problem hiding this comment.
Not really, it is not necessary here as the repo is already checked-out in the step before. Also we are only just reading out the .nvmrc and making the version within available in the environment.
jenschude
left a comment
There was a problem hiding this comment.
👍
especially the action for setting up node etc
Summary
Migrate all related CI/CD workflows from CircleCI to Github Actions
Completed Tasks